home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 9 / developer source - volume 9.iso / webin / jun97 / davif107.gif < prev    next >
Graphics Interchange Format  |  1998-02-10  |  20KB  |  577x185  |  4-bit (15 colors)
Labels: text | screenshot | font | number | line | parallel | receipt
OCR: Method Called When ... Common Use HelloAuto applet starts Constructor - used to initialize nonstatic data members in the class. getAppletInfo N/A Returns information about the applet. Can be used to provide information for the About dialog box. init applet first starts - called after Initializes any data structures that paint will need. Might also constructor initialize any values that don't change over the life of the applet. destroy applet exits Reverses any steps taken by init. paint window needs refreshing Redrows the contents of the window, start browser enters applet window Starts the applet animation. stop browser goes to new HTML page Stops the applet animation. Figure 7: The methods generated by the AppletWizard for the "Hello, world" applet.